home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 31 / PC Gamer IT CD 31 2-2.iso / utility / MIDWV221 / MidWavi.Exe / 0 / RCDATA / TFORM13 / TFORM13.txt
Text File  |  1998-04-08  |  3KB  |  171 lines

  1. object Form13: TForm13
  2.   Left = 302
  3.   Top = 125
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'MidWavi Graphic Print'
  7.   ClientHeight = 284
  8.   ClientWidth = 215
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel1: TPanel
  19.     Left = 16
  20.     Top = 8
  21.     Width = 185
  22.     Height = 57
  23.     Alignment = taLeftJustify
  24.     TabOrder = 0
  25.     object Label1: TLabel
  26.       Left = 16
  27.       Top = 8
  28.       Width = 73
  29.       Height = 17
  30.       AutoSize = False
  31.       Caption = 'Graphic Height:'
  32.     end
  33.     object Label2: TLabel
  34.       Left = 16
  35.       Top = 32
  36.       Width = 73
  37.       Height = 13
  38.       AutoSize = False
  39.       Caption = 'Graphic Width:'
  40.     end
  41.     object Label3: TLabel
  42.       Left = 96
  43.       Top = 8
  44.       Width = 65
  45.       Height = 17
  46.       Alignment = taRightJustify
  47.       AutoSize = False
  48.     end
  49.     object Label4: TLabel
  50.       Left = 96
  51.       Top = 32
  52.       Width = 65
  53.       Height = 17
  54.       Alignment = taRightJustify
  55.       AutoSize = False
  56.     end
  57.   end
  58.   object Button1: TButton
  59.     Left = 16
  60.     Top = 258
  61.     Width = 57
  62.     Height = 21
  63.     Caption = '&OK'
  64.     TabOrder = 1
  65.     OnClick = Button1Click
  66.   end
  67.   object Panel2: TPanel
  68.     Left = 16
  69.     Top = 72
  70.     Width = 185
  71.     Height = 105
  72.     TabOrder = 2
  73.     object Label5: TLabel
  74.       Left = 8
  75.       Top = 8
  76.       Width = 169
  77.       Height = 17
  78.       Alignment = taCenter
  79.       AutoSize = False
  80.       Caption = 'Multiply By A Factor Of:'
  81.     end
  82.     object RadioButton1: TRadioButton
  83.       Left = 35
  84.       Top = 32
  85.       Width = 41
  86.       Height = 17
  87.       Caption = 'x 2'
  88.       TabOrder = 0
  89.       OnClick = RadioButton1Click
  90.     end
  91.     object RadioButton2: TRadioButton
  92.       Left = 35
  93.       Top = 56
  94.       Width = 49
  95.       Height = 17
  96.       Caption = 'x 4'
  97.       TabOrder = 1
  98.       OnClick = RadioButton2Click
  99.     end
  100.     object RadioButton3: TRadioButton
  101.       Left = 104
  102.       Top = 32
  103.       Width = 57
  104.       Height = 17
  105.       Caption = 'x 8'
  106.       TabOrder = 2
  107.       OnClick = RadioButton3Click
  108.     end
  109.     object RadioButton4: TRadioButton
  110.       Left = 104
  111.       Top = 56
  112.       Width = 57
  113.       Height = 17
  114.       Caption = 'x 10'
  115.       TabOrder = 3
  116.       OnClick = RadioButton4Click
  117.     end
  118.     object RadioButton5: TRadioButton
  119.       Left = 48
  120.       Top = 80
  121.       Width = 89
  122.       Height = 17
  123.       Caption = 'Original Size'
  124.       TabOrder = 4
  125.       OnClick = RadioButton5Click
  126.     end
  127.   end
  128.   object Panel3: TPanel
  129.     Left = 16
  130.     Top = 185
  131.     Width = 185
  132.     Height = 65
  133.     TabOrder = 3
  134.     object RadioButton6: TRadioButton
  135.       Left = 34
  136.       Top = 5
  137.       Width = 113
  138.       Height = 17
  139.       Caption = 'Print Full Path'
  140.       TabOrder = 0
  141.     end
  142.     object RadioButton7: TRadioButton
  143.       Left = 34
  144.       Top = 24
  145.       Width = 121
  146.       Height = 17
  147.       Caption = 'Print Filename Only'
  148.       TabOrder = 1
  149.     end
  150.     object RadioButton8: TRadioButton
  151.       Left = 34
  152.       Top = 42
  153.       Width = 121
  154.       Height = 17
  155.       Caption = 'No file details'
  156.       Checked = True
  157.       TabOrder = 2
  158.       TabStop = True
  159.     end
  160.   end
  161.   object Button2: TButton
  162.     Left = 143
  163.     Top = 258
  164.     Width = 57
  165.     Height = 21
  166.     Caption = '&Abort'
  167.     TabOrder = 4
  168.     OnClick = Button2Click
  169.   end
  170. end
  171.